翻訳と辞書
Words near each other
・ GNU Pascal
・ GNU Portable Threads
・ GNU Privacy Guard
・ GNU Project
・ GNU Prolog
・ GNU Radio
・ GNU Radio Companion
・ GNU Readline
・ GNU Savannah
・ GNU Scientific Library
・ GNU Screen
・ GNU Sharutils
・ GNU Shogi
・ GNU Simpler Free Documentation License
・ GNU SIP Witch
GNU Smalltalk
・ GNU social
・ GNU Solfege
・ GNU TeXmacs
・ GNU toolchain
・ GNU Unifont
・ GNU Units
・ GNU variants
・ GNU Zebra
・ GNU Zile
・ GNU-Darwin
・ GNU.FREE
・ GNU/Linux naming controversy
・ GnuCash
・ GnucDNA


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GNU Smalltalk : ウィキペディア英語版
GNU Smalltalk

GNU Smalltalk is an implementation of the Smalltalk programming language by the GNU Project.
The implementation, unlike other Smalltalk environments, uses text files for program input and interprets the contents as Smalltalk code. In this way, GNU Smalltalk acts more like an interpreter rather than an environment in the traditional Smalltalk manner.
GNU Smalltalk includes bindings for many free software libraries including SQLite, libSDL, cairo, gettext, Expat.
==Examples==
These examples only work on GNU Smalltalk 3.0 and later versions. Classic Hello world example:

'Hello World!' displayNl

Some basic Smalltalk code:

"Everything, including a literal, is an object, so this works:"
-199 abs "199"
'gst is cool' size "11"
'Slick' indexOf: $c "4"
'Nice Day Isn''t It?' asLowercase asSet asSortedCollection asString "′?acdeinsty"


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GNU Smalltalk」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.